2ba31258191029b923af31d87492e3ea533e5e10,src/main/java/inra/ijpb/plugins/InteractiveGeodesicReconstruction.java,InteractiveGeodesicReconstruction,showDialog,#ImagePlus#String#PlugInFilterRunner#,205
Before Change
// set up current parameters
operation = Operation.fromLabel(gd.getNextChoice());
connectivity = Conn2D.fromLabel(gd.getNextChoice()).getValue();
return flags;
}
After Change
// set up current parameters
operation = Operation.fromLabel(gd.getNextChoice());
connectivity = Conn2D.fromLabel(gd.getNextChoice());
return flags;
}